Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / IContentList<T> Interface
The type of items in the collection.
Members

In This Topic
    IContentList<T> Interface
    In This Topic
    Defines methods to access the first and last items in a collection.
    Object Model
    IContentList<T> Interface
    Syntax
    'Declaration
     
    Public Interface IContentList(Of T) 
    public interface IContentList<T> 
    Type Parameters
    T
    The type of items in the collection.
    See Also